Skip to content

chore(website): SEO bootstrap — Search Console tag + root robots.txt#17

Merged
btravers merged 1 commit into
mainfrom
chore/gsc-verification
Jun 30, 2026
Merged

chore(website): SEO bootstrap — Search Console tag + root robots.txt#17
btravers merged 1 commit into
mainfrom
chore/gsc-verification

Conversation

@btravers

@btravers btravers commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

SEO bootstrapping for the btravstack site.

1. Google Search Console verification

Adds the verification <meta> to the VitePress head (renders into every page's <head>):

<meta name="google-site-verification" content="u6ZPW5bWbP9G1yF5Sv7B4fSOJm5rLbZWeH858tmisTc" />

2. Root robots.txt

Adds apps/website/public/robots.txt, served at https://btravstack.github.io/robots.txt. robots.txt is per-host and only read from the domain root — which only this landing repo serves — so it's the single source for the whole domain. It allows all crawling and advertises all four sitemaps:

  • https://btravstack.github.io/sitemap.xml (hub)
  • https://btravstack.github.io/amqp-contract/sitemap.xml
  • https://btravstack.github.io/temporal-contract/sitemap.xml
  • https://btravstack.github.io/unthrown/sitemap.xml

Verified both render into the build (<meta> in index.html, robots.txt at the dist root).

Companion PRs: remove the dead /amqp-contract/robots.txt (a robots file under a sub-path is never read), and add a navbar back-link from each docs site to this hub.

🤖 Generated with Claude Code

Adds the google-site-verification <meta> to the site head so the domain
can be verified in Google Search Console. Rendered into every page's
<head> by VitePress.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 30, 2026 08:56
@btravers btravers merged commit fb621d4 into main Jun 30, 2026
1 check passed
@btravers btravers deleted the chore/gsc-verification branch June 30, 2026 08:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Google Search Console HTML-tag verification <meta> entry to the VitePress site config so it is emitted into the <head> of all pages for https://btravstack.github.io/.

Changes:

  • Adds google-site-verification meta tag to the VitePress head array in apps/website/.vitepress/config.ts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@btravers btravers changed the title chore(website): add Google Search Console verification tag chore(website): SEO bootstrap — Search Console tag + root robots.txt Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants